home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / WMS.CAB / treeFtr.asp < prev    next >
Encoding:
Text File  |  2003-02-21  |  1.3 KB  |  33 lines

  1. ∩╗┐<%@ Language=VBScript CODEPAGE=65001 %>
  2. <!--#include file="include/wmsConstants.inc"-->
  3. <!--#include file="include/wmsLocStrings.inc"-->
  4. <!--#include file="include/wmsCommon.inc"-->
  5. <!--#include file="include/wmsHeader.inc"-->
  6. <% 
  7. '+-------------------------------------------------------------------------
  8. '
  9. '  Microsoft Windows Media
  10. '  Copyright (C) Microsoft Corporation. All rights reserved.
  11. '
  12. '  File:       treeFtr.asp
  13. '
  14. '  Contents:
  15. '
  16. '--------------------------------------------------------------------------
  17.  
  18. on error resume next
  19. WriteHTMLHeader( Request.QueryString( "server" ) ) 
  20. %>
  21. <link rel="stylesheet" type="text/css" href="<%= Session( "cssName" ) %>">
  22. </head>
  23. <body bgcolor="#FFFFFF" topmargin="0" leftmargin="0" bottommargin="0" rightmargin="0" marginwidth="0" marginheight="0" oncontextmenu="JavaScript:event.cancelBubble=true;return false;">
  24. <table height="100%" width="100%" height="100%" border="0" bgcolor="#FFFFFF" cellpadding="0" cellspacing="0" hspace="0" vspace="0" cols="1" rows="1">
  25. <tr valign="bottom" height="18" width="18" style="position:absolute;bottom:0;left:0;">
  26.     <td height="18" valign="bottom">
  27.         <img src="img/lower_left_bluecorner.gif" width="18" height="18" border="0" style="position:absolute;bottom:0;left:0;">
  28.     </td>
  29. </tr>
  30. </table>
  31. </body>
  32. </html>
  33.